projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbcb737
)
notebook: Fix compilation warnings
author
Benjamin Otte
<otte@redhat.com>
Sun, 26 Sep 2010 13:02:00 +0000
(15:02 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Sun, 26 Sep 2010 13:02:00 +0000
(15:02 +0200)
A quark is not a pointer.
gtk/gtknotebook.c
patch
|
blob
|
history
diff --git
a/gtk/gtknotebook.c
b/gtk/gtknotebook.c
index 7ad27046906f8cf19bf25315e6a87c347e8a6de1..2b9344ff25e27dae6bb6c5e0ebe310182b514b22 100644
(file)
--- a/
gtk/gtknotebook.c
+++ b/
gtk/gtknotebook.c
@@
-7603,7
+7603,7
@@
gtk_notebook_set_group_name (GtkNotebook *notebook,
const gchar *group_name)
{
GtkNotebookPrivate *priv;
- GQuark
*
group;
+ GQuark group;
g_return_if_fail (GTK_IS_NOTEBOOK (notebook));